home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000272_news@columbia.edu_Tue Jul 4 02:00:00 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA18947
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 4 Jul 1995 13:05:56 -0400
  3. Received: by apakabar.cc.columbia.edu id AA16855
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 4 Jul 1995 13:05:55 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!elroy.jpl.nasa.gov!swrinde!cs.utexas.edu!uwm.edu!lll-winken.llnl.gov!osi-east2.es.net!oracle.pnl.gov!mica.inel.gov!cwis.isu.edu!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Problems with Flow Control?
  9. Message-Id: <1995Jul4.080000.55331@cc.usu.edu>
  10. Date: 4 Jul 95 08:00:00 MDT
  11. References: <3taeu9$lh0@news.bu.edu>
  12. Organization: Utah State University
  13. Lines: 24
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3taeu9$lh0@news.bu.edu>, cao@cgl.bu.edu (Chan Cao) writes:
  17. > I hope someone would help me solve a little problem:
  18. > My recently acquired USR Sporter 14.4k doesn't work
  19. > properly with both a version of kermit I've been using
  20. > and the latest one from Columbia.  In both cases,
  21. > I applied the script for Sporter modem as instructed.
  22. > I've also tried different settings: rts/cts, xon/xoff,
  23. > different speeds...etc-all without much luck.
  24. > When I'm using the newsreader 'tin,' the arrow pointer
  25. > would shows up many places at once on the same column.
  26. > Keyboard scan codes for the arrow keys (^[[H, ^[[G)
  27. > would also show up when I try to move the curror 
  28. > though different articles fast.  
  29. ------------
  30.     Those aren't "scan codes" for keys but rather the control
  31. sequences sent by the terminal emulator to the host to represent
  32. keys. If you see several characters starting with a caret (^)
  33. then that's generated by the remote host and echoed back to the
  34. local machine. It's not flow control, it's most likely a parity
  35. problem. You will have to match parity with what the remote side
  36. requires.
  37.     Joe D.